home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 December / Electronic Clipper 1997-12.iso / Idea Source® / Gallery.Dir / 00009_Script_9 < prev    next >
Text File  |  1997-11-05  |  213b  |  10 lines

  1. on mouseDown
  2.   puppetsound "dong"
  3.   repeat while the mousedown
  4.     set the visible of sprite 3 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 3 to true
  8.   updatestage
  9. go the frame -1
  10. end